You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TRngStream Class > TRngStream Methods > RandomPoisson Method > TRngStream.RandomPoisson Method ([In] TMtxVecInt, [In] double, [In] TPoissonRandMethod)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TRngStream.RandomPoisson Method ([In] TMtxVecInt, [In] double, [In] TPoissonRandMethod)

Generates an array of integer samples distributed according to the Poisson probability distribution.

Syntax
C#
Visual Basic
public void RandomPoisson([In] TMtxVecInt Dst, [In] double lambda, [In] TPoissonRandMethod Method);

The lambda parameter is the same for all random numbers generated. Dst is automatically resized to store 32bit integers, if needed.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!